data type - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

data type - перевод на русский

CLASSIFICATION OF DATA IN COMPUTER SCIENCE
Type (computer science); Datatypes; Data types; Datatype; Data typing; Final type; Type (Computer science); Type (computer programming); Size (computer programming); Base data type; Native data type; Data type (JavaScript)
  • Python]] 3
Найдено результатов: 3024
data type         

общая лексика

тип данных

в программировании - характеристика, явно или неявно присваиваемая объекту (переменной, функции, полю записи, константе, массиву и т.п.). Тип данных определяет множество допустимых значений, формат хранения данных, размер выделяемой под них памяти и набор операций, которые над ними можно производить. Различают простые (базовые, стандартные) типы (integer, real, string) и сложные (произвольные) типы данных, такие как массивы и структуры

aggregate type         
ANY DATA TYPE WHICH CAN BE CONSTRUCTED IN A PROGRAM USING THE PROGRAMMING LANGUAGE'S PRIMITIVE DATA TYPES AND OTHER COMPOSITE TYPES
Composite datatype; Composite type; Aggregate data type; Compound data type; Compound type; Aggregate type

общая лексика

составной [агрегированный] тип

тип данных, состоящий из множества элементов одного или различных типов

Смотрите также

array; structure; subtype; union

abstract data type         
MATHEMATICAL MODEL FOR DATA TYPES
Abstract data types; Abstract data structure; Abstract datatype; Abstract Data Type; Abstract data structures
[матем.] объект информационный абстрактный
abstract data type         
MATHEMATICAL MODEL FOR DATA TYPES
Abstract data types; Abstract data structure; Abstract datatype; Abstract Data Type; Abstract data structures

общая лексика

ADT

абстрактный тип данных

тип данных, определённый в терминах, применяемых к объектам операций (т.е. набора функций доступа), без рассмотрения вопроса, как эти объекты представлены в памяти. Такие типы данных поддерживаются, в частности, в языке Ada. В ООП каждый класс представляет собой ADT

unsigned integer         
DATUM OF INTEGRAL DATA TYPE
Integral data types; Longword; Quadword; Computer integer; Integral data type; Long integer; Integral type; Doubleword; Short integer; Int32; Unsigned short; Signed short; Short int; Long int; Int64; Int16; Ushort; UInt16; UINT; MAXINT; Unsigned integers; Unsigned integer; Tinyint; Integer (computing); Long long; Octaword; Signed byte; Quad word; Long Int; Unsigned int; Int (computer science); Integer type; Signed integer; Unsigned long integer; Longlong; Unsigned byte; Signed long integer; Integer data type; Long (computer science); INT8; I128; Long long int

общая лексика

целое [число] без знака

Смотрите также

data type; integer; short integer

signed integer         
DATUM OF INTEGRAL DATA TYPE
Integral data types; Longword; Quadword; Computer integer; Integral data type; Long integer; Integral type; Doubleword; Short integer; Int32; Unsigned short; Signed short; Short int; Long int; Int64; Int16; Ushort; UInt16; UINT; MAXINT; Unsigned integers; Unsigned integer; Tinyint; Integer (computing); Long long; Octaword; Signed byte; Quad word; Long Int; Unsigned int; Int (computer science); Integer type; Signed integer; Unsigned long integer; Longlong; Unsigned byte; Signed long integer; Integer data type; Long (computer science); INT8; I128; Long long int

математика

целое число со знаком

short integer         
DATUM OF INTEGRAL DATA TYPE
Integral data types; Longword; Quadword; Computer integer; Integral data type; Long integer; Integral type; Doubleword; Short integer; Int32; Unsigned short; Signed short; Short int; Long int; Int64; Int16; Ushort; UInt16; UINT; MAXINT; Unsigned integers; Unsigned integer; Tinyint; Integer (computing); Long long; Octaword; Signed byte; Quad word; Long Int; Unsigned int; Int (computer science); Integer type; Signed integer; Unsigned long integer; Longlong; Unsigned byte; Signed long integer; Integer data type; Long (computer science); INT8; I128; Long long int

общая лексика

короткое целое

в программировании - простой тип данных, предназначенный для целых чисел, представляемых в памяти полусловом

математика

короткое целое число

Смотрите также

data type; integer; unsigned integer

Boolean variable         
BASIC COMPUTING REPRESENTATION OF TRUTH AND FALSEHOOD
Boolean data; BOOL; Boolean type; Boolean variable; Boolean datatype; Logical data type; Character indicator; Boolean values

общая лексика

логическая переменная, булева переменная

синоним

logical variable

multidimensional array         
  • A two-dimensional array stored as a one-dimensional array of one-dimensional arrays (rows).
DATA TYPE THAT REPRESENTS A COLLECTION OF ELEMENTS (VALUES OR VARIABLES)
Multidimensional array; Zero-based array; One-based array; 1-based array; 0-based array; One-based indexing; Multi-dimensional array; Multi-dimensional Indexing; Higher-dimensional array; Tensor type (computing); Array data type; Array variable; Vector (data type)

общая лексика

многомерный массив

математика

многомерная таблица

нефтегазовая промышленность

многомерная расстановка

lectotype         
  • Linnaeus]], is the type species for the genus ''[[Bufo]]''
  • dorsal]] and 2) ventral aspect of holotype,<br>3) dorsal and 4) ventral aspect of paratype
  • Type illustration of ''[[Mormopterus acetabulosus]]''
ANCHORING POINT (OF A NAME) IN TAXONOMY
Type specimen; Neotype; Biological types; Lectotype; Type (botany); Type (zoology); Botanical type; Clonotype; Type locality (biology); Type material; Paralectotype; Typus; Onomatophore; Cotype; Biological type; Hapantotype; Type specimens; Types in zoology; Type location (biology); Type illustration; Locality (biology); Type-specimen; Orthotype; Isoneotype; Plastotype; Isolectotype; Iconotype; Type series; Neotypification; Lectotypification; Ergatotype; Lectotype specimen; Type host; Typetaxon; Type (taxonomy); Series of type specimens; Hypotype

общая лексика

лектотип

Википедия

Data type

In computer science and computer programming, a data type (or simply type) is a collection or grouping of data values, usually specified by a set of possible values, a set of allowed operations on these values, and/or a representation of these values as machine types. A data type specification in a program constrains the possible values that an expression, such as a variable or a function call, might take. On literal data, it tells the compiler or interpreter how the programmer intends to use the data. Most programming languages support basic data types of integer numbers (of varying sizes), floating-point numbers (which approximate real numbers), characters and Booleans.

Как переводится data type на Русский язык